home *** CD-ROM | disk | FTP | other *** search
/ The Sunday Times: The Month 2004 August / The Sunday Times - The Month 2004-08.iso / pc / engine / shell / shell.swf / scripts / DefineButton2_17 / BUTTONCONDACTION on(release).as next >
Text File  |  2004-07-06  |  277b  |  12 lines

  1. on(release){
  2.    gotoAndStop(10);
  3.    obj = new Object();
  4.    obj.filename = "panels/help.swf";
  5.    obj.disableLevel = 2;
  6.    obj.header = "help";
  7.    obj.strType = "static";
  8.    obj.button = "none";
  9.    obj.closeBut = "help";
  10.    Tardis.OverlayController.addOverlay(obj);
  11. }
  12.